net/http.http2serverConn.advMaxStreams (field)

7 uses

	net/http (current package)
		h2_bundle.go#L4498: 		advMaxStreams:               conf.MaxConcurrentStreams,
		h2_bundle.go#L4665: 	advMaxStreams               uint32 // our SETTINGS_MAX_CONCURRENT_STREAMS advertised the client
		h2_bundle.go#L4988: 		{http2SettingMaxConcurrentStreams, sc.advMaxStreams},
		h2_bundle.go#L6118: 	if sc.curClientStreams+1 > sc.advMaxStreams {
		h2_bundle.go#L6460: 	maxHandlers := sc.advMaxStreams
		h2_bundle.go#L6466: 	if len(sc.unstartedHandlers) > int(4*sc.advMaxStreams) {
		h2_bundle.go#L6482: 	maxHandlers := sc.advMaxStreams